home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / system / a_r10.zip / ANSI&RAT.DOC next >
Text File  |  1994-10-13  |  2KB  |  43 lines

  1. ANSIB - v1.O - Batch File ANSI Controller
  2. RAT   - v1.O - Batch File Mouse Interface
  3.  
  4. (c) Spencer Technologies - Memphis, TN
  5.  
  6. Files in package:
  7. ANSI&RAT.DOC - Documentation (this file)
  8. ANSIB   .EXE - Control ANSI screen printing (only if ANSI driver is loaded)
  9. GETAKEY .COM - Get keycode via ERRORLEVEL - can be used if no mouse available
  10. RAT     .EXE - Batch File Mouse Interface
  11. VIEWSCN .COM - Program to display 4OOO-byte screen image files
  12.  
  13. The documentation for the RAT commands is available by typing
  14. RAT on the DOS command line without any parameters or arguments.
  15.  
  16. The documentation for the ANSIB commands is available by typing
  17. ANSIB on the DOS command line without any parameters or arguments.
  18.  
  19. The syntax for the VIEWSCN program is: VIEWSCN filename.ext. Note that the
  20. extension must be specified.  The file, filename.ext, must be a 4OOO-byte
  21. COLOR text screen image file.  A number of shareware programs can be used to
  22. draw or capture files in this format.
  23.  
  24. Special Notes:
  25. 1. The batch file should be in the ECHO OFF mode when using the RAT or ANSIB
  26.    programs.  This prevents screen scrolling.
  27. 2. It is generally a good idea to execute the RAT RESET at the beginning of
  28.    the batch file.  If the mouse driver is subsequently loaded/unloaded,
  29.    then execute the RAT RESET again. It takes a second or two to reset the
  30.    mouse driver, so your batch file should do this only once (if at all).
  31. 3. RAT uses the intra-application communication area at OOOO:O4FO, therefore
  32.    any application program that utilizes this area will cause RAT to reset
  33.    itself each time. This is a very minor consideration since very few 
  34.    programs use this area.
  35. 4. Each application program should leave the mouse pointer in the hidden
  36.    state.  This is the assumption made by the RAT program.
  37. 5. Each application program should exit to DOS in the 8O-column, 25-row
  38.    TEXT mode.  If it doesn't, then be sure to execute MODE CO80 before
  39.    running the RAT program.
  40. 6. The RAT program can be used to retrieve KEYcodes even if the mouse is
  41.    not available. Of course, there will not be a mouse cursor.
  42.  
  43.